chore(metrics): freeze the proc-v1 process digests - #991
Conversation
The freeze cutover: FROZEN_PROCESS_DIGESTS takes the digest of every enabled predictor and evaluator as read off `fedcourts process-digest --all` at the promoted state. The shakedown-emptiness test becomes the frozen-state test: the set must resolve exactly against the current registry, so post-freeze drift in a prompt or registry config surfaces as a mismatch here. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Holding this merge deliberately — it is the freeze cutover, and the pre-freeze queue now assigned to the OT2026 milestone (#897, #903, #904, #963, #967, plus #864's remaining verification) lands first. Two notes for whoever merges it:
|
The pasted digests are stale — do not merge this as it standsAll six values in The PR's own frozen-state test is the backstop here — it requires the set to resolve exactly against the current registry, so merging the stale paste fails the suite rather than silently freezing the wrong process. Worth stating anyway, because the failure would read as a broken test rather than a stale paste.
These are a preview, not the paste. sal-v2 (#963) is still to land and the promotion has not happened, so the sequence stays: land sal-v2 → promote (#1019, merge commit) → run The "Pre-freeze evidence" section above is also stale: the all-scenario green it cites was at staging |
What
The #907 freeze cutover, as two commits so the record can name the paste:
8bf09ed2pastes the six digests fromfedcourts process-digest --allintoFROZEN_PROCESS_DIGESTS(three predictors, three evaluators, all proc-v1), and converts the shakedown-emptiness test into the frozen-state test — the set must resolve exactly against the current registry, so any post-freeze prompt/config drift fails the suite instead of riding silently.docs/milestones.mdas the cutover marker.Merge with a merge commit, not squash — squashing rewrites the sha the record names.
Pre-freeze evidence
4b93895eand802ea80e), including engine-smoke × claude-code/codex/gemini — real-engine predict cells on the staging keys.gh workflow run integration-test.yml --ref staging -f scenario=engine-smoke -f engine=codex -f docket=73129750(and-f engine=gemini). Recommend running both before merging this.Effect
None until promoted:
is_frozenis read by leaderboard/ops-report from the default branch, so the freeze takes effect at the next (small) staging→main promotion — which closes #907 and the OT2026 first-conference milestone alongside #864.Closes #907 (hand-close on the promotion that carries this, per the freeze-takes-effect-on-main rule).
Merge lane
Maintainer's call — mechanically src+tests+docs, but it IS the pre-registration cutover; leaving the merge to the maintainer deliberately.